Keysight Pathwave 89600 VSA .NET API
WaitForRecordingsDone(IEnumerable<Measurement>) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementCollection Class > WaitForRecordingsDone Method : WaitForRecordingsDone(IEnumerable<Measurement>) Method


measurements
The list of recordings to wait until complete.

Glossary Item Box

Wait 10 seconds for all of the specified recordings to complete.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub WaitForRecordingsDone( _
   ByVal measurements As IEnumerable(Of Measurement) _
) 
C# 
public virtual void WaitForRecordingsDone( 
   IEnumerable<Measurement> measurements
)
C++/CLI 
public:
virtual void WaitForRecordingsDone( 
   IEnumerable<Measurement^>^ measurements
) 

Parameters

measurements
The list of recordings to wait until complete.

Exceptions

ExceptionDescription
System.TimeoutExceptionA TimeoutException will be thrown if all of the specified recordings are not complete within the specified number of milliseconds.

Remarks

To stop recordings in progress, use Measurement.Pause() or MeasurementCollection.Pause().

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.0

See Also